ComponentOne ASP.NET MVC Controls
BaseODataCollectionViewService<T> Class Members
Properties  Methods 

C1.Web.Mvc Namespace : BaseODataCollectionViewService<T> Class

The following tables list the members exposed by BaseODataCollectionViewService<T>.

Public Properties
 NameDescription
Public PropertyGets the child components. (Inherited from C1.Web.Mvc.Component)
Public PropertyGets or sets an object to be used as a map for coercing data types when loading the data.  
Public PropertyGets or sets a string that specifies whether related entities should be included in the return data.  
Public PropertyGets or sets an array containing the names of the fields to retrieve from the data source.  
Public PropertyGets or sets a string containing an OData filter specification to be used for filtering the data on the server.  
Public PropertyGets or sets a callback that determines whether a specific property of an item contains validation errors. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets the group descriptions. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the component id. (Inherited from C1.Web.Mvc.Component)
Public PropertyGets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.  
Public PropertyGets or sets a custom reviver function to use when parsing JSON values returned from the server.  
Public PropertyGets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).  
Public PropertyGets or sets a function that creates new items for the collection. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the OData version used by the server.  
Public PropertyOccurs when the collection changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs after the current item changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs before the current item changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOverridden. Occurs when there are errors from the server side.  
Public PropertyOccurs when the BaseODataCollectionViewService<T> finishes loading data.  
Public PropertyOccurs when the BaseODataCollectionViewService<T> starts loading data.  
Public PropertyOccurs after the page index changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOccurs before the page index changes. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the page index. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyOverridden. Gets or sets the page size. 0 means to disable paging.  
Public PropertyGets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.  
Public PropertyGets or sets the url of the OData service.  
Public PropertyGets or sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets the sort descriptions. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets a value that determines whether null values should appear first or last. (Inherited from C1.Web.Mvc.BaseCollectionViewService<T>)
Public PropertyGets or sets the name of the table (entity) that this collection is bound to.  
Public PropertyOverridden. Gets a value which represents the unique id for the control.  
Top
Public Methods
 NameDescription
Public MethodReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Extension Methods
 NameDescription
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

BaseODataCollectionViewService<T> Class
C1.Web.Mvc Namespace